home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom2.dxr / 00018.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  365 b   |  22 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(42) or rollOver(43) then
  5.       cursor([901, 902])
  6.     else
  7.       cursor(-1)
  8.     end if
  9.     HotSpots(2, 9)
  10.     HotSpots(12, 19)
  11.     HotSpots(40, 43)
  12.   end if
  13.   if act = 1 then
  14.     if rollOver(45) or rollOver(46) then
  15.       cursor([901, 902])
  16.     else
  17.       cursor(-1)
  18.     end if
  19.   end if
  20.   Loopframe()
  21. end
  22.